home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / ActiveIngredients / communicae / communicae.app / DemoFiles / 3270.cae next >
Text File  |  1993-09-21  |  1KB  |  69 lines

  1. #! communicae
  2.  
  3. # This file makes using an ASCII front end to an IBM System 370 mainframe
  4. # a little bit easier.  It was intended for use with a 7171 communication
  5. # controller or a Series/1 running the "Yale IUP", which convert 3270 to
  6. # VT100 escape sequences.  The point most people get hung up on is that
  7. # these communication lines are often operated as 7-bit, even parity!
  8. # This setup file also adds a visual keypad with the first 12 PF keys,
  9. # and makes Delete simulate a single backspace, while shift+delete does
  10. # a whole-field backtab.
  11.  
  12. clearall
  13. useport
  14. host = "IBM 3270 Emulator (7171/Series 1)"
  15. login = "%2000p^M%w':'%100pvt100^M"
  16. speed = 2400
  17. parity = 2
  18. autodial
  19. dial = "ATDT%s^M%w'ECT'%1000p"
  20. hangup = "%3000p+++%1500pATZ^M"
  21. bskey
  22. wrap
  23. GRset = 2
  24. tabwidth = 8
  25. ginterminator = 1
  26. font = "Ohlfs"
  27. fontsize = 12
  28. leading = 1
  29. rows = 24
  30. columns = 80
  31. winx = 284
  32. winy = 210
  33. keyx = 16
  34. keyy = 75
  35. keycols = 3
  36. scrollback = 2
  37. tranProtocol = 1
  38. recvProtocol = 1
  39. droptype = 2
  40. f58 = "^[OD ^[OD%|^H"    # Delete/Backspace
  41. f177 = "\217P"    # Cmd+1
  42. f178 = "\217Q"    # Cmd+2
  43. f179 = "\217R"    # Cmd+3
  44. f180 = "\217S"    # Cmd+4
  45. L0 = "    PF1    "
  46. K0 = "^[OP"
  47. L1 = "    PF2    "
  48. K1 = "^[OQ"
  49. L2 = "    PF3    "
  50. K2 = "^[OR"
  51. L3 = "    PF4"
  52. K3 = "^[Ow"
  53. L4 = "    PF5"
  54. K4 = "^[Ox"
  55. L5 = "    PF6"
  56. K5 = "^[Oy"
  57. L6 = "    PF7"
  58. K6 = "^[Ot"
  59. L7 = "    PF8"
  60. K7 = "^[Ou"
  61. L8 = "    PF9"
  62. K8 = "^[Ov"
  63. L9 = "   PF10"
  64. K9 = "^[Oq"
  65. L10 = "   PF11"
  66. K10 = "^[Or"
  67. L11 = "   PF12"
  68. K11 = "^[Os"
  69.